(unidata-describe-decomposition): Return
authorKenichi Handa <handa@m17n.org>
Thu, 9 Apr 2009 11:06:23 +0000 (11:06 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 9 Apr 2009 11:06:23 +0000 (11:06 +0000)
a string with a composition property to disable combining
characters being composed.

admin/unidata/unidata-gen.el

index d82ba7aa432b56875441d8158188169b95a6e410..5a03fd714310ce34755b2c271818fc7148b9c4e1 100644 (file)
@@ -1134,8 +1134,13 @@ Property value is a character."
               (ON . "Other Neutrals")))))
 
 (defun unidata-describe-decomposition (val)
-  (mapconcat #'(lambda (x) (if (symbolp x) (symbol-name x) (string ?' x ?')))
-            val " "))
+  (mapconcat
+   #'(lambda (x)
+       (if (symbolp x) (symbol-name x)
+        (concat (string ?')
+                (compose-string (string x) 0 1 (string ?\t x ?\t))
+                (string ?'))))
+   val " "))
 
 ;; Verify if we can retrieve correct values from the generated
 ;; char-tables.